home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 205_01 / timemark.c < prev    next >
Text File  |  1980-01-01  |  256b  |  11 lines

  1. #include <stdio.h>
  2. #include <time.h>
  3.  
  4. main()
  5. {
  6.     long ltime;
  7.  
  8.     time(<ime);
  9.     printf("The current date and time are %s\n", ctime(<ime));
  10. }
  11.